home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 5 / Apprentice-Release5.iso / Demos / A.D. Software / OOFILE / OOFILE AppMaker / OOFILE AppMaker ReadMe < prev    next >
Text File  |  1995-10-01  |  942b  |  29 lines

  1. This folder contains a demo of the results of our generation classes for AppMaker™ from Bowers Development.
  2.  
  3. Have a look at FileAndFind.am to see how the following steps have been applied.
  4.  
  5. GETTING STARTED
  6. You define your database by adding at least one dbTable category. Within the dbTable you specify the persistent fields.
  7.  
  8. You must also add a dbView category - this will be used by the ListControl on the Browser window. When you type in the names in the dbView's fields, be very careful to match the spelling from the dbTable. 
  9.  
  10. You must now set the following Properties by clicking on each Category (eg: a Dialog and pressing command-I for Info). Nearly all the Properties are popup menus so very easy to set.
  11.  
  12.     Document
  13.     - dbBrowseWindow
  14.     - dbAddDialog
  15.     - dbEditDialog
  16.     - itsTable
  17.  
  18.     Window
  19.     - browsesTable
  20.  
  21.     Dialog
  22.     - editsTable
  23.  
  24.     Edit Text
  25.     - linkedField (again, be careful with your spelling when you type this in)
  26.  
  27.     List
  28.     - itsView
  29.